home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_130817.txt < prev    next >
Text File  |  1987-11-25  |  2KB  |  73 lines

  1. -- card: 130817 from stack: in
  2. -- bmap block id: 99587
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0001
  11. -- rect: left=254 top=291 right=314 bottom=282
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 3 (button)
  23. -- low flags: 00
  24. -- high flags: 0001
  25. -- rect: left=218 top=291 right=314 bottom=247
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: 
  34.  
  35.  
  36. -- part 4 (button)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=469 top=242 right=265 bottom=489
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: 
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   setCrossReference
  51.   go to card id 79976
  52. end mouseUp
  53.  
  54.  
  55.  
  56.  
  57. -- part contents for background part 2
  58. ----- text -----
  59. Variables
  60.  
  61. -- part contents for background part 1
  62. ----- text -----
  63. Usually you store values in fields.  Variables are for storing values temporarily within a single message handler or globally to be used (or changed) by any script.  Variables can have any single-word name.  Variables don't use quotes.    
  64.  
  65. put 0 into subTotal
  66. add field 3 to subTotal
  67.  
  68. You don't need to declare variables; just store into them on the fly.  Make a global variable by using the Global* command.
  69.  
  70.  
  71. -- part contents for background part 43
  72. ----- text -----
  73. 267,189